@charset "UTF-8";
/*--公共部分--*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    touch-callout: none;
    cursor1: pointer;
}

body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body, button, input, select, textarea {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-family: 'Microsoft YaHei';
}

ul, li {
    list-style: none;
}

em, i, b {
    font-style: normal;
}

img {
    border: 0px;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

article, aside, footer, header, nav, section {
    display: block;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer;
}

a:hover {
    background-repeat: no-repeat;
    text-decoration: none;
}

a, input[type="button"], button, label, input[type="submit"] {
    cursor: pointer;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio, video {
    display: inline-block;
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input, textarea, select {
    outline: none;
}

input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea {
    outline-style: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.w1520 {
	width1: 79%;
	margin: 0 auto;
}

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	color: #777;
	background-color1: #eaeaea;
}

input, textarea, select {
	margin: 0;
	padding: 0;
}

input {
	border: none;
}

a {
	color: #777;
	transition: color 0.3s ease 0s;
}

a:hover {
	color: #333;
}

li {
	float: left;
}

ul:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}

img.up-pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	*height: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.index_main_1 {
	padding-top: 50px;
}

.body-wrap {
	width: 100%;
	position: relative;
	transition: all 0.5s ease 0s;
	z-index: 1;
}

.body-wrap.left, header.left .header-main {
	transform: translateX(-66%);
}

.ma_right {
	position: fixed;
	right: -100%;
	width: 66%;
	top: 0;
	z-index: 100;
	height: 100%;
	background-color: #fff;
	transition: all 0.64s ease 0s;
	overflow-y: scroll;
}

.ma_right.show {
	right: 0;
	transition: all 0.44s ease 0s;
}

.top-box {
	width: 100%;
	float: left;
	background: #333;
	height: 60px;
	line-height: 60px;
}

.top-box .fl {
	font-size: 16px;
	color: #acacac;
	margin-left: 8.2%;
	font-family: "Arial";
}

.top-box .fr {
	float: right;
	width: 17px;
	height: 17px;
	background: url(../images/ico_37.png) no-repeat center;
	margin-right: 7.8%;
	margin-top: 22px;
	cursor: pointer;
}

.ma_right ul,.ma_right ul li {
	width: 100%;
	float: left;
}

.ma_right ul li h3 {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2;
}

.ma_right ul li a {
	display: block;
	padding: 0 8% 0 8%;
	position: relative;
	line-height: 60px;
	font-size: 16px;
	color: #666;
}

.ma_right ul li a:after {
	content: url(../images/ico_38.png);
	position: absolute;
	right: 8%;
}

.ma_right ul li.cur h3>a {
	color: #e60012;
}

.ma_right ul li>div {
	background: #e3e3e3;
	display: none;
}

.ma_right ul li>div a {
	border-bottom: 1px solid #f2f2f2;
	font-size: 14px;
}

.ma_right ul li .a_list a {
	width: 54%;
	float: left;
}

.ma_right ul li .a_list a:after {
	display: none;
}

.ma_right ul li .a_list i {
	float: right;
	margin-right: 8%;
	width: 8px;
	height: 60px;
	background: url(../images/ico_38.png) no-repeat center;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	cursor: pointer;
}

.ma_right ul li .a_list i.cur {
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.header {
	width1: 88%;
	padding: 0px 6%;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 90px;
	z-index: 100;
	background: #fff;
	transition: all 0.5s ease 0s;
	box-shadow: 0px 2px 6px -2px rgba(0, 0, 0, 0.35);
}

.left {
	transform: translateX(-66%);
}

.he_l {
	float: left;
	margin-top: 23px;
}

.he_l a {
	float: left;
}

.he_l img {
	width: 160px;
}

.he_l p {
	font-size: 12px;
	color: #545557;
	float: left;
	padding-left: 18px;
	margin-left: 18px;
	border-left: 2px solid #e8e8e8;
}

.he_l p span {
	display: block;
	font-size: 16px;
	color: #1b96d5;
	margin-bottom: 0px;
}

.he_r {
	float: right;
	margin-top1: 31px;
}

.he_r ul {
	float: left;
}

.he_r ul li {
	float: left;
	margin-right1: 35px;
	padding-right1: 20px;
	background1: url(../images/ico.png) no-repeat right center;
	height: 90px;
	line-height: 55px;
	padding: 20px 20px 20px 20px;
	overflow: hidden;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.he_r ul li.cur a {
	top: -30px;
}

.he_r ul li a span.tx {
	color: #1b96d5;
	font-weight1: bold;
	display:none;
}

.he_r ul li a {
	font-size: 16px;
	color: #333333;
	position: relative;
	height: 60px;
	top: 0;
	display: block;
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

.he_r ul li a span {
	display: block;
	height: 30px;
}

.menu {
	float: left;
	padding-left: 40px;
	margin-left: 30px;
	color: #525659;
	cursor: pointer;
	background: url(../images/ico2.png) no-repeat 12px center;
	height: 30px;
	line-height: 30px;
	position: relative;
}

.menu:before {

	position: absolute;
	left: 0px;
	top: 2px;
}

.he_r ul li a.cur {
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
}

.ma_right h3 {
	font-weight: normal;
}

@media screen and (max-width:1440px) {
	.he_r ul li {
		margin-right1: 30px;
	}
}

@media screen and (max-width:1366px) {
	.header {
		height: 88px;
	}

	.he_l {
		margin-top: 22px;
	}

	.he_r {
		margin-top1: 29px;
	}
}

@media screen and (max-width:1280px) {
	.he_r ul li {
		margin-right1: 18px;
	}
	.header {
		padding: 0px 2%;
	}
	.he_r ul li a:hover {
		top1: -30px;
		color:#fff;
	}

	.he_r ul li:hover {
		background:#1b96d5;
		color1:#fff;
	}
}

@media screen and (min-width:1200px) {
	.menu {
		display1: none;
	}
	.he_r ul li a:hover {
		top1: -30px;
		color:#fff;
	}

	.he_r ul li:hover {
		background:#1b96d5;
		color1:#fff;
	}

	.menu:before {
		display: none;
	}

	.menu {
		margin-left: 0px;
	}
}	

@media screen and (max-width:1024px) {
	.he_l p {
		display: none;
	}
}

@media screen and (min-width:769px) {
	.menu {
		display: none;
	}
}
@media screen and (max-width:768px) {
	.he_r ul {
		display: none;
	}
}

@media screen and (max-width:736px) {
	.menu {
		width: 36px;
    height: 32px;
		font-size: 0px;
		margin-left: 0px;
		margin-top: 30px;
	}
}

@media screen and (max-width:568px) {
	.header {
		height: 60px;
	}

	.he_l {
		margin-top: 15px;
		width: 100px;
	}

	.he_r {
		margin-top: 16px;
	}

	.menu {
		width: 36px;
		height: 32px;
		background: url(../images/jico2.png) no-repeat center;
		padding-left: 0px;
		margin-top: -3px;
	}
}
@media screen and (min-width: 568px) and (max-width: 1024px){		
	.body-wrap{
		margin-top:80px;
	}
}
@media screen and (min-width: 320px) and (max-width: 567px){		
	.body-wrap{
		margin-top:60px;
	}
}
/*
@media (max-width: 1440px) {
	header .nav-link .nav .line{
		margin-left: 26px;
	}
	header .nav-link .nav li{
		padding-left: 26px;
	}
	header .extra-nav,header .line{
		display:none;
	}
}

@media (max-width: 1050px){
	header .nav-link,header .extra-link{
		display: none;
	}
	header .m-btn{
		display: block;
	}
}

@media (min-width: 769px) and (max-width: 979px) {
    body{
    	padding: 0;
    }	
}

@media (max-width: 480px) {
	header.fixed .header-main{
		padding-top: 12px;
	}
	header .header-main{
		padding-top: 12px;
		padding-bottom: 12px;
	}
	header .logo img,header.fixed .header-main .logo img{
		height1: 34px;
		width: 60%;
	}
	header .m-btn{
		margin-top: 0px;
		padding: 8px;
	}
	header{
		height:57px;
	}
}
*/
.body-wrap .loader {
	z-index: 10;
}

@keyframes pointActive {
	0% {
		transform: translateX(0);
		opacity: 1;
	}

	40% {
		transform: translateX(10px);
		opacity: 0;
	}

	60% {
		transform: translateX(-5px);
		opacity: 0;
	}

	80% {
		transform: translateX(0);
		opacity: 1;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes bounce {
	0% {
		-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	3.4% {
		-webkit-transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	4.7% {
		-webkit-transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	6.81% {
		-webkit-transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	9.41% {
		-webkit-transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	10.21% {
		-webkit-transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	13.61% {
		-webkit-transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	14.11% {
		-webkit-transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	17.52% {
		-webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	18.72% {
		-webkit-transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	21.32% {
		-webkit-transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	24.32% {
		-webkit-transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	25.23% {
		-webkit-transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	29.03% {
		-webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	29.93% {
		-webkit-transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	35.54% {
		-webkit-transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	36.74% {
		-webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	41.04% {
		-webkit-transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	44.44% {
		-webkit-transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	52.15% {
		-webkit-transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	59.86%,63.26% {
		-webkit-transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}

	100%,75.28%,85.49%,90.69% {
		-webkit-transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
		transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
	}
}

.m-new-float {
	display: none;
}

@media (max-width: 780px) {
	.new-float {
		display: none;
	}

	.m-new-float {
		display: block;
	}

	.m-new-float {
		position: fixed;
		left: 0;
		bottom: 0%;
		z-index: 50;
		width: 100%;
		height: 57px;
		background: #f14702;
	}

	.m-new-float li {
		position: relative;
		width: 33.3%;
		height: 57px;
		line-height: 27px;
		color: #fff;
		float: left;
		text-align: center;
	}

	.side {
		display: none;
	}

	.m-new-float li.hover {
		overflow: hidden;
	}

	.m-new-float li a {
		display: inline-block;
		color: #fff;
		font-size: 12px;
	}

	.m-new-float li a.tit {
		width: 77px;
		height: 27px;
		padding: 30px 0 0 0;
		color: #fff;
	}

	.m-new-float li p {
		position: relative;
		z-index: 2;
		height: 27px;
		padding-top: 30px;
		cursor: pointer;
	}

	.m-new-float li.fi a {
		background: url(../images/bg_float01.png) no-repeat;
	}

	.m-new-float li.se a {
		background: url(../images/bg_float02.png) no-repeat;
	}

	.m-new-float li.th a {
		background: url(../images/bg_float03.png) no-repeat;
	}

	.m-new-float li.fo a.tit {
		background: url(../images/bg_float04.png) no-repeat;
	}

	.m-new-float li.fif a {
		background: url(../images/bg_float05.png) no-repeat;
	}

	.m-new-float li.zixun a {
		background: url(../images/bg_float01.png) no-repeat;
	}

	.m-new-float li .tel {
		position: absolute;
		left: 77px;
		top: 0;
		z-index: 1;
		width: 184px;
		height: 57px;
		font: 24px/57px Arial;
		color: #fff;
		background: url(../images/bg_float06.png) no-repeat;
		cursor: pointer;
	}

	.f-bot {
		margin-bottom: 57px;
	}
}

.com-banner {
	position: relative;
	overflow: hidden
}

.com-banner a {
	display: block;
	height: 700px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative
}

.com-banner .swiper-pagination {
	bottom: 30px
}

.com-banner .swiper-pagination span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #eee;
	opacity: 0.7
}

.com-banner .swiper-pagination span.swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #fff
}

.com-banner .bcont {
	padding-top: 100px;
	color: #fff
}

.com-banner .tit {
	font-size: 52px;
	font-weight: normal;
	line-height: 60px;
	padding: 10px 0
}

.com-banner .disc {
	font-size: 15px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	margin-top: 10px;
	max-width: 750px
}

.com-banner .handle {
	display: block;
	width: 140px;
	height: 38px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	margin-top: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.com-banner .handle:hover {
	background-color: #fff;
	border-color: #fff;
	color: #273A55
}

.com-banner .swiper-button-prev {
	left: 30px
}

.com-banner .swiper-button-next {
	right: 30px
}

.com-banner .bgVideo {
	height: 100vh;
	max-height: calc(98vw * 9 / 16)
}

.com-banner .bgVideo .vid {
	z-index: 1;
	height: 100%;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.com-banner .bgVideo .pic {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.com-banner .bgVideo:after {
	position: absolute;
	z-index: 1;
	background: #27c5f7;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ""
}

.com-banner .bgVideo.bg-gradient:after {
	background: -webkit-linear-gradient(top, rgba(39,197,247,0.65) 0%, rgba(39,197,247,0.65) 54%, #27c5f7 100%);
	background: linear-gradient(to bottom, rgba(39,197,247,0.65) 0%, rgba(39,197,247,0.65) 54%, #27c5f7 100%)
}

.com-banner .bgVideo.bg-none:after {
	background: none
}

.com-banner .bgVideo.bg-black:after {
	background: rgba(0,0,0,0.15)
}

.com-banner .bgVideo.bg-black-30:after {
	background: rgba(0,0,0,0.3)
}

.com-banner .bgVideo.bg-purple:after {
	background-color: rgba(81,45,109,0.5);
	background-image: -webkit-linear-gradient(90deg, rgba(81,45,109,0.5) 50%, rgba(42,147,222,0.3));
	background-image: linear-gradient(-360deg, rgba(81,45,109,0.5) 50%, rgba(42,147,222,0.3))
}

.com-banner .bgVideo.bg-orange:after {
	background: -webkit-linear-gradient(to bottom, rgba(244,115,84,0.65) 0%, rgba(244,115,84,0.65) 54%, #f47354 100%);
	background: linear-gradient(to bottom, rgba(244,115,84,0.65) 0%, rgba(244,115,84,0.65) 54%, #f47354 100%)
}

.com-banner .bgVideo-about {
	height: 590px
}

.com-banner .bgTxt {
	position: absolute;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	overflow: hidden;
	text-align: left;
	height: 100%;
	line-height: 1.8;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
	color: #fff
}

.com-banner .bgTxt .bgCode {
	font-size: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.com-banner .bgTxt .bgCode:after {
	content: "|";
	padding: 0 6px;
	-webkit-animation: cursor .95s forwards infinite;
	animation: cursor .95s forwards infinite
}

.com-banner .bbtit {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap
}

.com-banner .bbtit strong {
	position: relative;
	color: #fff;
	font-size: 52px;
	font-weight: normal;
	padding-bottom: 20px
}

.com-banner .bbtit strong:after {
	content: "";
	width: 120px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -60px;
	height: 4px;
	background: #fff
}

.com-banner .camTxt {
	position: absolute;
	line-height: 20px;
	padding: 20px 40px;
	max-width: 90%;
	bottom: 10%;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 15px
}

.com-banner .mouse {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -24px;
	width: 47px;
	height: 47px;
	background: url(../images/mouse.png) no-repeat;
	background-size: 100% 100%;
	z-index: 10;
	-webkit-animation: huadong 1.2s infinite linear;
	animation: huadong 1.2s infinite linear;
	pointer-events: none;
	line-height: 64px;
	text-align: center;
	font-size: 32px
}

.com-banner .mouse+* {
	margin-bottom: 100px
}

.com-banner .paneWrap {
	border: 18px;
	min-height: calc(35vw * 9 / 16);
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	box-sizing: border-box;
	color: #fff;
	border: 18px solid #fff;
	width: 1200px;
	max-width: 75%;
	padding: 60px 80px 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1
}

.com-banner .paneWrap .disTit {
	width: 100%;
	padding-bottom: 0
}

.com-banner a {
	height: 600px
}

.short-banner .bgVideo {
	max-height: calc(80vw * 9 / 16)
}

.h90-banner .bgVideo {
	max-height: calc(90vw * 9 / 16)
}

.hm-banner a {
	height: 700px
}

.hm-banner .hmBgTxt {
	position: absolute;
	z-index: 1;
	right: 9%;
	top: 50%;
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: rgba(226,180,80,0.8);
	width: 35%;
	padding: 40px 30px;
	color: #fff;
	font-size: 38px;
	line-height: 52px;
	color: #222;
	font-weight: normal
}

.hm-banner .hmBgTxt .hand {
	display: inline-block;
	width: 250px;
	height: 60px;
	border: none;
	background: #27c5f7;
	color: #000;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	box-sizing: border-box;
	line-height: 60px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	position: relative;
	overflow: hidden
}

.hm-banner .hmBgTxt .hand:not(.disabled):not([disabled]):hover {
	background: #27c5f7;
	color: #fff
}

.hm-banner .hmBgTxt .hand:after {
	content: "";
	position: absolute;
	left: -120%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
	transform: skewx(-25deg);
	-webkit-transform: skewx(-25deg)
}

.hm-banner .hmBgTxt .hand:hover:after {
	transition: all .5s ease;
	left: 100%
}

@-webkit-keyframes cursor {
	0% {
		opacity: 0
	}

	49% {
		opacity: 0
	}

	50% {
		opacity: 1
	}
}

@keyframes cursor {
	0% {
		opacity: 0
	}

	49% {
		opacity: 0
	}

	50% {
		opacity: 1
	}
}

@media screen and (max-width: 1366px) {
	.com-banner .paneWrap {
		border-width: 10px;
		width: 70%;
		padding: 30px 40px 30px
	}
}

@media screen and (max-width: 1080px) {
	.com-banner a {
		height: 280px
	}

	.com-banner {
		padding: 80px 10px 60px
	}

	.com-banner .bgVideo {
		max-height: 100vh;
		min-height: calc(96vw * 9 / 16) !important;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%
	}

	.com-banner .bgVideo .vid {
		height: 100%;
		width: auto
	}

	.com-banner .bgTxt {
		max-width: 100%;
		position: relative;
		margin-top: 0;
		top: 0;
		left: 0;
		-ms-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		transform: none;
		padding: 10px 10px 0;
		font-size: 16px;
		line-height: 1.3;
		min-height: auto
	}

	.com-banner .bgTxt .bgCode {
		font-size: 22px
	}

	.com-banner .bgTxt h1 {
		font-size: 22px
	}

	.com-banner .bgTxt h1:after {
		display: none
	}

	.com-banner .bgTxt h4 {
		font-size: 14px;
		width: auto
	}

	.com-banner .bgTxt h5 {
		font-size: 14px;
		margin-top: 20px
	}

	.com-banner .bgTxt .hand {
		width: 100px;
		height: 32px;
		line-height: 32px;
		font-size: 14px
	}

	.com-banner .bgTxt .lettes {
		font-size: 24px
	}

	.com-banner .paneWrap {
		border: 5px solid #fff;
		max-width: 92%;
		width: 100%;
		position: relative;
		margin-top: 0;
		top: 0;
		left: 4%;
		-ms-transform: none;
		-moz-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		transform: none;
		padding: 10px;
		font-size: 16px;
		line-height: 1.3;
		min-height: auto
	}

	.com-banner .paneWrap .disTit {
		line-height: 1.4
	}

	.hm-banner a {
		height: 55vw
	}

	.hm-banner .hmBgTxt {
		background: rgba(255,255,255,0.6);
		right: 10%;
		left: 10%;
		width: 80%;
		padding: 10px 15px;
		font-size: 16px;
		line-height: 24px
	}

	.hm-banner .hmBgTxt .hand {
		width: auto;
		max-width: 50%;
		height: 32px;
		line-height: 32px;
		display: block;
		margin-top: -25px
	}
}

@media screen and (max-width: 479px) {
	.com-banner a {
		height: 280px
	}

	.com-banner {
		margin-top: -50px;
	}
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
  /* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	vertical-align: middle;
	max-width: 100%;
}

.swiper-slide .video {
	width: 100%;
	max-height: 1080px;
}

.banner_btn {
	position: absolute;
	width: ;
    padding:10px 25px;
	background-color: rgba(255,255,255,.8);
	bottom: 0;
	right: 70px;
	z-index: 999;
	display: flex;
}

.banner_btn .swiper-pagination {
	position: relative;
	font-size: 22px;
	margin-right: 50px;
	top: 5px;
}

.banner_btn .swiper-pagination .swiper-pagination-total {
	color: #999;
}

.banner_btn .swiper-pagination .swiper-pagination-current {
	color: #0274ba;
}

.banner_jt {
	display: flex;
	position: relative;
}

.banner_jt .shu {
	width: 1px;
	height: 46px;
	background-color: #999;
	margin: 0 30px;
}

.banner_btn .swiper-button-next,.banner_btn .swiper-button-prev {
	position: relative;
	top: 30px;
	left: 0;
	width: 35px;
	height: 100%;
	transition: all .6s ease-out;
	outline: none;
	background: none!important;
}

.banner_btn .swiper-button-next span,.banner_btn .swiper-button-prev span {
	z-index: 1;
	position: absolute;
	top: 0;
	display: block;
	width: 25px;
	height: 100%;
	overflow: hidden;
	transition: all .45s ease-out 0s;
	-webkit-transition: all .45s ease-out 0s;
	-moz-transition: all .45s ease-out 0s;
}

.banner_btn .swiper-button-prev span {
	background: url(../images/icon6.png) no-repeat left 4px;
}

.banner_btn .swiper-button-prev:hover span {
	width: 35px;
	transition: all .6s;
}

.banner_btn .swiper-button-next span {
	background: url(../images/icon5.png) no-repeat right 4px;
}

.banner_btn .swiper-button-next:hover span {
	width: 35px;
	transition: all .6s;
}

#newBridge .nb-nodeboard-right-bottom {
	left: 0!important;
}

.banner_text1 {
	color: #fff;
	position: absolute;
	top: 45%;
	width: 100%;
	text-align: center;
	z-index: 998;
	animation-delay: 0.4s;
}

.banner_text1 h1 {
	font-size: 50px;
}

.banner_text1 p {
	font-size: 22px;
	padding: 10px 0;
}

.banner_text1 h2 {
	font-size: 28px;
}

.m_head {
	width: 100%;
	background-color: #f5f5f5;
	padding: 10px 20px;
	position: relative;
	display: none;
}

.m_logo {
	float: left;
}

.m_head_right {
	float: right;
	margin-top: 5px;
	display: flex;
	position: relative;
}

.m_head b a {
	color: #004b92;
	padding-right: 25px;
	font-size: 16px;
}

.m_nav {
	cursor: pointer;
}

#m_nav_content {
    /*display: none;*/
}

.closes {
	position: absolute;
	z-index: 999;
	font-size: 20px;
	color: #fff;
	right: 10px;
	top: 10px;
}

.nav_show {
	display: block!important;
}

.m_nav_content {
	display: none;
	position: absolute;
	z-index: 999999;
	width: 260px;
	right: -20px;
	top: 39px;
}

.m_nav_content h3 {
	text-align: center;
	font-size: 16px;
	line-height: 48px;
	color: #fff;
	font-weight: normal;
	background: #0d6fb8;
}

.m_nav_content li {
	background: #f5f5f5;
}

.m_nav_content li a {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #333;
	text-indent: 25px;
	line-height: 50px;
	border-bottom: 1px solid #e6e6e6;
	background: url(../images/m_jt.png) no-repeat 225px center;
}

.m_nav_content li a span {
	display: none;
}

.m_nav_content li:hover {
	background: #84cbff;
}

.m_head2 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.m_head3 {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 99;
}

.m_swiper-slide {
	display: none!important;
}

@media(max-width:1500px) {
	.nav {
		width1: 62%;
	}

	.nav li a {
        /*font-size: 14px;*/
		margin: 0px 15px;
	}
}

@media(max-width:1399px) {
	.nav {
		width1: 70%;
	}

	.nav li a {
        /*font-size: 14px;*/
		margin: 0px 15px;
	}

	a.older {
		margin-right: 0;
	}

	.head_tel,.head_wx {
		display: none;
	}

	.swiper-slide {
		background-size: cover!important;
	}
}

@media(max-width: 1199px) {
	.bgImg {
		display: none;
	}

	a.older {
		display: none;
	}

	.nav {
		width1: 80%;
	}

	.nav li a {
		font-size: 14px;
		margin: 0px 10px;
	}

	.head_wx {
		margin-right: 20px;
		display: none;
	}

	.head_tel {
		font-size: 16px;
	}

	.banner_text1 {
		top: 35%;
	}

	.banner_btn {
		right: 0;
	}

	.head_tel {
		display: none;
	}

	.logo {
		width1: 17%;
	}

	.logo img {
		width: 100%;
	}
}

@media(max-width: 900px) {
	.nav li a {
		margin: 0px 7px;
	}

	.pc_swiper-slide {
		display: none!important;
	}

	.m_swiper-slide {
		display: block!important;
	}
}

@media(max-width: 768px) {

	.nav {
		width: 80%;
	}

	.nav li a {
		margin: 0px 6px;
		font-size: 14px;
	}

	.banner_text1 {
		top: 30%;
	}

	.banner_text1 h1 {
		font-size: 36px;
	}

	.banner_text1 p {
		font-size: 20px;
	}
}

@media(max-width: 640px) {
	.head {
		padding: 5px 2% 0 2%;
		display: none;
	}

	.nav {
		display: none;
	}

	.menu-button {
        /*display: block;*/
	}

	.banner_btn {
        /*display: none;*/
	}

	.banner_text1 {
		top: 15%;
	}

	.banner_text1 h1 {
		font-size: 24px;
	}

	.banner_text1 p {
		font-size: 16px;
		padding: 0;
	}

	.banner_text1 h2 {
		font-size: 20px;
	}

	.m_head {
		display: block;
	}

	.index-banner {
        /*height:100%*/
	}

	.m_index_head {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999;
	}

	#swiper-container1 .swiper-slide {
        /*background-size:contain!important;*/
	}

	.index_banner_text1 {
		top: 40%;
	}
}

.index_container {
	width: 1600px;
	margin: 0 auto;
	position: relative;
}

@media(max-width: 1599px) {
	.index_container {
		width: 94%;
	}
}

@media(max-width: 1199px) {
}

@media(max-width: 768px) {
	.index_container {
		width: 96%;
	}
}

@media(max-width: 640px) {
}

.index_title1 {
	color: #333;
	text-align: center;
}

.index_title1 p {
	font-size: 20px;
	text-transform: uppercase;
	opacity: 0.8;
	font-weight: 500;
	letter-spacing: .02em;
	font-family: Oswald,sans-serif;
}

.index_title1 span {
	display: block;
	font-size: 35px;
    /*font-weight: normal;*/
	background1: url(../images/title1.png) no-repeat center;
	font-weight: 550;
	letter-spacing: 0.5px;
}

.index_title1 span:after {
	content: '';
	width: 50px;
	height: 5px;
	display: block;
	background1: var(--primary-color);
	background: #ff5200;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	border-radius: 8px;
}

.fuwuly {
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
}

.fuwuly li {
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	width: 20%;
	margin: 2.5%;
	padding: 30px 0 60px 0;
	transition: all 0.4s ease-out;
	cursor: pointer;
	max-height: 353px;
	overflow: hidden;
	border-radius: .25rem;
	-webkit-box-shadow1: 0 0 0.5rem rgba(0,0,0,0.05);
	box-shadow1: 0 0 0.5rem rgba(0,0,0,0.05);
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
}

.fuwuly li a {
	display: block;
}

.fuwuly li .img {
	width: 71px;
	height: 62px;
	overflow: hidden;
	margin: 0 auto;
}

.fuwuly li h3 {
	font-size: 20px;
	color: #333;
	text-align: center;
	padding: 22px 0 10px 0;
}

.fuwuly_intro {
	display: flex;
	flex-wrap: wrap;
}

.fuwuly li p {
	font-size: 14px;
	color: #333;
	text-align: center;
	width: 100%;
	line-height: 1.8em;
}

.fuwuly li a.mores01 {
	display: block;
	width: 100px;
	margin: 20px auto 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #ff5200;
	border-radius: 3px;
	line-height: 35px;
}

.fuwuly li img.more1 {
	display: block;
	width: 41px;
	margin: 35px auto 0;
	display: none;
}

.fuwuly li:hover {
	background: #0274ba;
	border1: 1px solid #0274ba;
	transition: all 0.4s;
	-webkit-box-shadow1: 0 .5rem 1rem rgba(0,0,0,0.3);
	box-shadow1: 0 .5rem 1rem rgba(0,0,0,0.3);
	transform: scale(1.02);
}

.fuwuly li:hover a.mores01 {
	color: #333;
	background-color: #fff;
	margin1: 30px auto 0;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.fuwuly li:hover img.more1 {
	display: block;
}

.fuwuly li:hover h3 {
	color: #fff;
}

.fuwuly li:hover p {
	color: #fff;
	width1: 50%;
    /*text-align:left;*/
}

.fuwuly li:hover a {
	display: block;
}

.fuwuly li:nth-child(1) .img {
	background: url(../images/fuwu1.png) no-repeat top center;
}

.fuwuly li:nth-child(2) .img {
	background: url(../images/fuwu2.png) no-repeat top center;
}

.fuwuly li:nth-child(3) .img {
	background: url(../images/fuwu3.png) no-repeat top center;
}

.fuwuly li:nth-child(4) .img {
	background: url(../images/fuwu4.png) no-repeat top center;
}

.fuwuly li:nth-child(5) .img {
	background: url(../images/fuwu5.png) no-repeat top center;
}

.fuwuly li:nth-child(1):hover .img {
	background: url(../images/fuwu1_h.png) no-repeat top center;
}

.fuwuly li:nth-child(2):hover .img {
	background: url(../images/fuwu2_h.png) no-repeat top center;
}

.fuwuly li:nth-child(3):hover .img {
	background: url(../images/fuwu3_h.png) no-repeat top center;
}

.fuwuly li:nth-child(4):hover .img {
	background: url(../images/fuwu4_h.png) no-repeat top center;
}

.fuwuly li:nth-child(5):hover .img {
	background: url(../images/fuwu5_h.png) no-repeat top center;
}

/*
案例列表
===============================
*/



.tab1{
    display: none;
}
.tab1li{
    display: flex;
    justify-content: center;
    padding:65px 0 50px 0;
}
.tab1li li{
    cursor: pointer;
}
.tab1li li a{
    font-size: 13px;
    color: #333;
    border: 1px solid rgba(0,0,0,0.05);
    display: block;
    text-align: center;
    width: 90px;
    line-height: 35px;
    border-radius: 3px;
    margin: 0px 8px;
}
.tab1li li.on a{
    background: #0274ba;
    color: #fff;
}
.tab1li li:hover a{
    background: #0274ba;
    color: #fff;
}
.tab1li a{
    margin-left: 15px;
}
.case_list1 {
    display: flex;
    flex-wrap: wrap;
}
.case_list1 li{
    width: 32%;
    margin:0.65%;
    position: relative;
    border1: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding-bottom: 20px;
    box-shadow1: 0px 0px 15px #ccc;
}
.case_list1 li a.img{
    display: block;
    overflow: hidden;
}
.case_list1 li a.img img{
    width: 100%;
    transition: all .6s ease-out;
}
.case_list1 li:hover a.img img{
    transition: all .6s;
    transform: scale(1.1);
}
.case_list1 .case_text{
    position: absolute;
    bottom:0;
    left:0;
}
.case_text{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #f5f5f5;
    padding: 10px;
    text-align: center;
}
.case_list1 li h3{
    font-weight: normal;
    font-size: 15px;
    color: #333;
    width: 94%;
    margin1: 12px auto 5px;
    display: block;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
}
.case_list1 li h3 a{
    font-weight: normal;
    font-size: 15px;
    color: #333;
    width: 94%;
    margin: 12px auto 5px;
    display: block;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
}
.categoryname{
    font-size: 14px;
    color: #333;
    padding:0 3%;
}
@media(max-width: 1199px){
   .tab1li{
    padding:25px 0;
   }
   .tab1li li a{
       font-size:14px;
   }
}
@media(max-width: 768px){
   .tab1li{
    flex-wrap: wrap;
   }
   .tab1li li a{
    margin:8px 12px;
   }  
   .case_list_icon{
    opacity: 0;
   } 
	.case_list1 .categoryname{
	display:none;
	}
}
@media(max-width: 640px){
   .tab1li li a{
    width: 105px;
    margin: 8px 5px;
   }
   .case_list1 li{
    width: 47%;
    margin:1.5%;
   }
   .case_list1 li h3 a{
    font-size: 14px;
   }
}


.index_about {
	font-size: 14px;
	color: #999;
	line-height: 2em;
}

.index_about a {
	display: block;
	width: 90px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #b2b2b2;
	border-radius1: 25px;
	margin: 15px 0 0 0;
}
.index_about a:hover {	
	color: #b2b2b2;
	border: 1px solid #b2b2b2;
}
/*
版权
===============================
*/

.index_do {
	display: flex;
	flex-wrap: wrap;
}

.index_do p {
	width: 50%;
}

.index_do p a {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 2em;
	position: relative;
	transition: all 0.6s ease-out;
}

.index_do p a:before {
	content: '-';
	position: absolute;
	left: 0;
	top: 0px;
	opacity: 0;
	transition: all 0.6s ease-out;
}

.index_do p a:hover {
	padding-left: 10px;
	transition: all 0.6s;
}

.index_do p a:hover:before {
	opacity: 1;
	transition: all 0.6s;
}

.index_chose {
	display: flex;
	flex-wrap: wrap;
}

.index_chose p {
	width: 50%;
	font-size: 14px;
	color: #999;
	line-height: 2em;
	color: #;
}

.index_contact {
	font-size: 14px;
	color: #999;
	line-height: 2em;
}

/*
服务步骤
===============================
*/
.ServiceCooperation_content {
	width: 1450px;
	margin: 0 auto;
	margin-top: 60px;
}

.IndexService_content_title {
	text-align: center;
	padding-bottom: 55px;
}

.ServiceCooperation {
	background: #f5f5f5;
	height: 793px;
	padding-top: 50px;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list {
	position: relative;
	background: url(../images/bn38.png) no-repeat 50% 100%;
	padding-bottom: 45px;
	width: 159px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 1px;
	height: 67px;
	background: #1a83bf;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 23px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_title {
	background: #fff;
	width: 220px;
	height: 150px;
	text-align: center;
	padding-top: 30px;
	position: relative;
	left: -30px;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_title dd {
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
	line-height: 30px;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_title dt {
	font-size: 14px;
	color: #666666;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_icon {
	width: 85px;
	height: 85px;
	border-radius: 100%;
	text-align: center;
	;
	line-height: 85px;
	background: #1a83bf;
	position: relative;
	top: -42px;
	margin-bottom: -42px;
	margin: 0 auto;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list.on {
	background: url(../images/bn38_on.png) no-repeat 50% 100%;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.fsch:before {
	background1: url(../images/bn38_on.png) no-repeat 50% 100%!important;
	background: #000!important;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list.on .content_list_icon {
	background: #ff7019;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list.on:before {
	background: #ff7019;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list:nth-child(2n) .content_list_title {
	position: relative;
	bottom: -380px;
	padding-top: 66px;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list:nth-child(2n) .content_list_icon {
	position: relative;
	bottom: -180px;
	top: auto;
}

.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list:nth-child(2n):before {
	bottom: -66px;
}

.ServiceCooperation .ServiceCooperation_content_mo {
	display: none;
}

.ServiceCase .IndexCase_content {
	margin-bottom: 0px;
}

.MarketingCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_icon {
	background: #484f86;
}

.MarketingCooperation .ServiceCooperation_content .ServiceCooperation_content_list {
	background: url(../images/bn101.png) no-repeat 50% 100%;
}

@media screen and (max-width:1200px) {
	.ServiceCooperation {
		height: auto;
	}

	.ServiceCooperation .ServiceCooperation_content {
		display: none;
	}

	.ServiceCooperation .ServiceCooperation_content_mo {
		display: block;
		margin-top: 40px;
	}

	.ds .ServiceCooperation .IndexService_content .IndexService_content_title, .ds .ServiceWebsite .IndexService_content .IndexService_content_title {
		padding-bottom: 45px;
	}
}

img {
	max-width: 100%;
}

img {
	vertical-align: middle;
}

@media screen and (max-width:1500px) {
	.ServiceCooperation .ServiceCooperation_content {
		padding-left: 18px;
	}

	.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list {
		width: 130px;
	}

	.ServiceCooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_title {
		left: -45px;
	}

	.Applets .ACooperation .ServiceCooperation_content .ServiceCooperation_content_list {
		width: 197px;
		background-size: 100%;
	}

	.Applets .ACooperation .ServiceCooperation_content .ServiceCooperation_content_list.on {
		background-size: 100%;
	}
}

@media screen and (max-width:320px) {
	.ds .ServiceCooperation .IndexService_content .IndexService_content_title {
		padding-bottom: 80px;
	}
}

.Applets .ACooperation .ServiceCooperation_content .ServiceCooperation_content_list {
	background: url(../images/xn35.png) no-repeat 50% 100%;
	width: 220px;
}

.Applets .ACooperation .ServiceCooperation_content .ServiceCooperation_content_list.on {
	background: url(../images/xn36.png) no-repeat 50% 100%;
}

.Applets .ACooperation .IndexService_content {
	padding: 65px 90px;
}

.Applets .ACooperation .ServiceCooperation_content .ServiceCooperation_content_list.on .content_list_icon {
	background: #2fc250;
}

.Applets .ACooperation .ServiceCooperation_content .ServiceCooperation_content_list .content_list_title {
	left: 0px;
}
/*
客户列表
===============================
*/

.clientsList {
	background-color: #fff;
	position: relative;
	width1: 100%;
	padding-left1: 4%;
	padding-right1: 4%;
	overflow: hidden;
	z-index: 2;
	padding-top: 55px;
}

.clientsList .txt {
	text-align: center
}

.clientsList .txt .title {
	font-size: 26px;
	font-weight: 700;
	color: #3641ff;
	margin-top: 60px
}

.clientsList .txt .desc {
	font-size: 18px;
	margin-top: 5px;
	color: #333
}

.clientsList li {
	margin-top1: 60px;
	margin-bottom1: 60px;
	width: 100%;
	border-bottom: solid 1px #eaeaea;
	border-left: solid 1px #eaeaea
}

.clientsList ul {
	margin-top: 60px;
	margin-bottom: 60px;
}

.clientsList ul li {
	width: calc(100%/5);
	height: 150px;
	float: left;
	text-align: center;
	position: relative;
	overflow: hidden
}

.clientsList ul li .clientLogo {
	border: solid 1px #eaeaea;
	border-bottom-width: 0;
	border-left-width: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .3s;
	margin: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	background-color: #fff;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%)
}

.clientsList ul li .clientLogo:before {
	background-color: rgba(255, 255, 255, .2);
	position: absolute;
	width: calc(96%);
	height: calc(96%);
	left: 2%;
	top: 2%;
	content: ""
}

.clientsList ul li:hover .clientLogo {
	border-width: 3px;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0)
}

.clientsList ul li .clientLogo {
	background-size: 65% auto;
}

.clientsList ul li:hover .clientLogo:before {
	background-color: rgba(255, 255, 255, 0)
}

.clientsList .col-xs-3 {
	padding-right: 0px;
	padding-left: 0px;
}

.columnTitle {
	border-bottom: solid 1px #eaeaea;
	height: 45px;
	text-align: center;
	line-height: 30px
}

.columnTitle .desc {
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	width: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 22px;
	color: #000;
	font-weight: bold;
	line-height: 35px;
}

.IndexService .columnTitle .desc {
	background: #f5f5f5!important;
}

.fs24 {
	font-family: Oswald;
	font-size: 50px;
	font-weight: bold;
	font-style: normal;
	color: #1b96d5;
	vertical-align: bottom;
	text-transform: Uppercase;
	padding-bottom: 10px;
}

.text-666 {
	color1: #1b96d5;
}
/*
服务步骤
===============================
*/

@media screen and (max-width:1200px) {
	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left {
		width: 100%;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right {
		width: 100%;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list {
		width: 49%;
		margin-right: 2%;
		padding: 25px 0px;
		margin-bottom: 2% !important;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(3) {
		margin-right: 2%;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list:nth-child(2n) {
		margin-right: 0px;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_contnet dt {
		height: 66px;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_icon, .ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_contnet {
		float: none;
		width: 100%;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_icon {
		margin-bottom: 15px;
		line-height: 30px;
		font-size: 33px !important;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_left .content_left_list .left_list_contnet {
		padding: 0px 10px;
		text-align: center;
	}

	.ServiceCooperation {
		height: auto;
	}

	.ServiceCooperation .ServiceCooperation_content {
		display: none;
	}

	.ServiceCooperation .ServiceCooperation_content_mo {
		display: block;
		margin-top: 40px;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right {
		padding: 15px 0px;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title dd {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title dt {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.ServiceWebsite .ServiceWebsite_content .ServiceWebsite_content_right .content_right_title {
		margin-bottom: 30px;
	}
}

@media(max-width: 1599px) {
	.fuwuly li {
		width: 24%;
		margin: 0.5%;
	}

	.fuwuly li:hover p {
		font-size: 14px;
	}
}

@media(max-width: 1199px) {
	.fuwuly li {
		padding: 25px 0;
	}

	.fuwuly li:hover p {
		width: 100%;
		text-align: center;
	}
}

@media(max-width: 768px) {
	.index_title1 p {
		font-size: 36px;
		line-height: 1.2em;
	}

	.index_title1 span {
		font-size: 28px;
	}
}

@media(max-width: 640px) {
	.index_title1 p {
		font-size: 18px;
	}

	.index_title1 span {
		font-size: 24px;
	}

	.fuwuly li {
		width: 47%;
	}

	.columnTitle .desc {
		width: 200px;
		font-size: 20px;
		line-height: 10px;
	}

	.fs24 {
		font-size: 30px;
	}
}
/*
新闻中心
===============================
*/
.index-news {
	margin-bottom: 45px;
	margin-top: 40px;
	text-align: center;
}

.index-news-list-all {
	margin-bottom: 45px;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}

.index-news-list {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 50px;
}

.index-news-list:first-child {
	float1: left;
}

.index-news-list:last-child {
	float1: right;
}

.index-news-list h3 {
	margin-bottom: 5px;
	line-height: 25px;
	font-size: 19px;
	font-weight: bold;
}

.index-news-one {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedede;
}

.inews-one-l,
.inews-one-r {
	display: inline-block;
	vertical-align: top;
	line-height: initial;
	font-size: 14px;
}

a.inews-one-l {
	width: calc(100% - 100px);
	color: #666;
	transition: .3s;
}

a.inews-one-l:hover {
	color: #000;
}

.index-news a.mores01 {
	display: block;
	width: 100px;
	margin: 20px auto 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #ff5200;
	border-radius: 3px;
	line-height: 35px;
	border: 1px solid #ff5200
}

.index-news a.mores01:hover {
	color: #333;
	background-color: #fff;
	margin1: 30px auto 0;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	border: 1px solid #aaa
}

@media (max-width: 1059px) {
	.index-news-list {
		display: block;
		width: 100%;
		overflow: hidden;
	}

	.index-news-list:first-child,
	.index-news-list:last-child {
		float: none;
	}

	.index-news-one {
		padding-top: 18px;
		padding-bottom: 13px;
	}

	.index-news-one:first-of-type {
		padding-top: 0;
	}

	.index-news-list {
		margin-bottom: 30px;
	}

	.index-news-list h3 {
		margin-bottom: 25px;
	}

	.index-news,
	.index-news-list-all {
		margin-bottom: 50px;
		margin-bottom: 0.666667rem;
	}

	.index-news {
		margin-top: 70px;
		margin-top: 0.933333rem;
	}
}

.footers {
	background: #333436;
	padding: 40px 0 70px 0;
}

.footers a {
	color: #999;
}

.footers .index_container {
	display: flex;
	flex-wrap: wrap;
	max-width: 1600px;
}

.footers li {
	width: 23.5%;
	margin-right: 2%;
}

.footers li:last-child {
	margin-right: 0;
}

.footers li h2 {
	font-weight: normal;
	font-size: 16px;
	color: #999;
	padding-bottom: 25px;
	border-bottom: 1px solid #4c4c4c;
	margin-bottom: 22px;
}

.m_footer {
	background: #2e2e2e;
	padding: 40px 30px 80px;
	text-align: center;
	font-size: 14px;
	line-height: 1.6em;
	color: #fff;
	display: none;
}

.m_footer a {
	font-size: 14px;
	line-height: 1.6em;
	color: #fff;
	text-align: center;
}

.m_footer_logo {
	margin-bottom: 15px;
}

.m_footer_contact img {
	display: block;
	margin: 15px auto 15px;
}

.foot {
	background: #333436;
	padding: 15px 0  5px 0;
	border-top: 1px solid #665e57;
}

.foot .index_container {
	display: flex;
	flex-wrap: wrap;
}

.copyright {
	font: 12px/1.14 "Microsoft YaHei",Arial,"\5fae\8f6f\96c5\9ed1";
	color: #999;
	text-transform: uppercase;
}

.copyright a {
	color: #999;
	font: 12px/1.14 "Microsoft YaHei",Arial,"\5fae\8f6f\96c5\9ed1";
}
.copyright a:hover {
	color: #fff;
	font1: 12px/1.14 "Microsoft YaHei",Arial,"\5fae\8f6f\96c5\9ed1";
}


.footr {
	width: 9%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 3em;
	padding-top: 15px;
}

.footr img {
	width: 100%;
}

.footl1 {
	margin: 0 auto;
	margin-bottom: 10px;
}

.footer_nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000;
	padding: 10px 0;
	display: none;
}

.footer-box {
	display: flex;
}

.footer-box li {
	flex: 1;
	cursor: pointer;
}

.footer-box li a {
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: center;
}

.footer-box li img {
	width: 35px;
}

#section-footer {
    /*display:block!important;*/
	background: #2e2e2e;
}

@media(max-width: 1199px) {
	.footl {
		width: 80%;
	}

	.footr {
		width: 12%;
	}

	.footr img {
		width: 100%;
	}
}

@media(max-width: 768px) {
	.footer li {
		width: 48%;
		margin: 0 2% 25px 0;
	}

	.footer li h2 {
		padding-bottom: 15px;
	}
}

@media(max-width: 640px) {
	.footer {
		margin-top1: 30px;
	}

	.footer li {
		width: 100%;
	}

	.footers {
		display: none;
	}

	.foot {
		display: none;
	}

	.footer_nav {
		display: block;
	}

	.m_footer {
		display: block;
	}
}

@media only screen and (max-width:1280px) {
	.clientsList ul li {
		height: 120px;
	}
}

@media only screen and (max-width:1200px) {
	.col-md-hidden {
		display: none!important
	}

	.col-md-visible {
		display: block!important
	}

	.col-md-1 {
		width: 100%!important
	}

	.col-md-2 {
		width: calc(100%/2)!important
	}

	.col-md-3 {
		width: calc(100%/3)!important
	}

	.col-md-4 {
		width: calc(100%/4)!important
	}

	.col-md-5 {
		width: calc(100%/5)!important
	}

	.col-md-6 {
		width: calc(100%/6)!important
	}

	.col-md-7 {
		width: calc(100%/7)!important
	}

	.col-md-8 {
		width: calc(100%/8)!important
	}

	.col-md-9 {
		width: calc(100%/9)!important
	}

	.col-md-10 {
		width: calc(100%/10)!important
	}

	.col-md-11 {
		width: calc(100%/11)!important
	}

	.col-md-12 {
		width: calc(100%/12)!important
	}

	.hp_serviceList {
		min-height: inherit
	}

	.clientsList ul .pc {
		display: none
	}

	.clientsList ul li {
		width: calc(100%/4)
	}

	.clientsList ul li img {
		width: 100%;
		margin-left1: -50%;
	}

	.clientsList {
		padding-top: calc(55px*768/1260)
	}

	.clientsList ul {
		margin-top: calc(60px*768/1260);
		margin-bottom: calc(60px*768/1260)
	}

	.clientsList ul li {
		height1: calc(120px*768/1260);
	}
}

@media screen and (max-width:568px) {
	.col-xs-no-right-border {
		border-right: none!important
	}

	.col-xs-hidden {
		display: none!important
	}

	.col-xs-visible {
		display: block!important
	}

	.col-xs-1 {
		width: 100%!important
	}

	.col-xs-2 {
		width: calc(100%/2)!important
	}

	.col-xs-3 {
		width: calc(100%/3)!important
	}

	.col-xs-4 {
		width: calc(100%/4)!important
	}

	.col-xs-5 {
		width: calc(100%/5)!important
	}

	.col-xs-6 {
		width: calc(100%/6)!important
	}

	.col-xs-7 {
		width: calc(100%/7)!important
	}

	.col-xs-8 {
		width: calc(100%/8)!important
	}

	.col-xs-9 {
		width: calc(100%/9)!important
	}

	.col-xs-10 {
		width: calc(100%/10)!important
	}

	.col-xs-11 {
		width: calc(100%/11)!important
	}

	.col-xs-12 {
		width: calc(100%/12)!important
	}

	.footer .col-xs-2 {
		text-align: center!important
	}

	.clientsList ul li .clientLogo {
		background-size: 110% auto
	}
}

@media screen and (max-width:325px) {
	.clientsList .txt .title {
		font-size: 18px
	}

	.clientsList .txt .desc {
		font-size: 14px
	}
}

html {
	overflow-x: hidden;
	overflow-y: auto;
}

.footers i {
	color: #999;
	padding-right: 8px;
}

.index_chose p::before {
	content: "\f101";
	font-family: 'FontAwesome';
	position1: absolute;
	left: 0;
	padding-right: 8px;
	top: 0px;
	color: #999;
}

.index-news-more {
	margin-top: 50px;
	margin-bottom: 30px;
}

@media (max-width: 1023px) {
	.side {
		display: none;
	}
}
.bsimg{display:none;}